Global Index
HTML5 JS API Index > File System API Tutorials & Specs

EntryCallback

This interface is the callback used to look up Entry objects.

Operations
void
handleEvent(Entry entry)
Used to supply an Entry as a response to a user query. ParameterTypeNullableOptionalDescriptionentryEntry✘✘Return type: void
Referenced by
DirectoryEntrygetFile(...)
EntrymoveTo(...)
LocalFileSystemresolveLocalFileSystemURL(...)